From 690b1249c20da8cb51a11128d785e951a11d782a Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Thu, 25 Feb 2016 12:57:52 -0500 Subject: [PATCH] doc: Include CARGO_MANIFEST_DIR as being set for crates --- src/doc/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/environment-variables.md b/src/doc/environment-variables.md index 0b40f0bc0..3ac8190c1 100644 --- a/src/doc/environment-variables.md +++ b/src/doc/environment-variables.md @@ -59,9 +59,9 @@ Here are a list of the variables Cargo sets, organized by when it sets them: # Environment variables Cargo sets for crates +* `CARGO_MANIFEST_DIR` - The directory containing the manifest of your package. * `CARGO_PKG_VERSION` - The full version of your package. * `CARGO_PKG_VERSION_MAJOR` - The major version of your package. * `CARGO_PKG_VERSION_MINOR` - The minor version of your package. * `CARGO_PKG_VERSION_PATCH` - The patch version of your package. * `CARGO_PKG_VERSION_PRE` - The pre-release version of your package. - -- 2.30.2